@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Poppins:wght@100;300;400;500;600;700&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

ul{
    list-style: none;
}

a{
    text-decoration: none;
    display: inline-block;
}

nav{
    /* position: sticky; */
    top: 0px;
    margin-top:10px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    color: #000000;
    background-color: white;
    padding: 10px 7.5%;
    box-shadow: rgba(33,35, 38, 0.1) 0px 10px 10px -10px;
    
}

.logo img{
    display: flex;
    align-items: center;
    width: 110px;
    height: auto;
    cursor: pointer;
}

.nav-link{
    display: flex;
    align-items: center;
}

.nav-link a{
    color: #000000;
    margin: 0 20px;
    transition: all 0.6s;
}

.nav-link i{
    margin-left: 50px;
    transition: all 0.6s;
    color: #000000;
}
.menu-icon{
    position: absolute;
    right: 40px;
    top: 40px;
    display: none;
    color: rgb(0, 0, 0);
}

.nav-link i:hover{
    cursor: pointer;
    color: #57a617;
}

.nav-link a:hover{
    cursor: pointer;
    color: #57a617;
}



@media (max-width:850px){
    

    .logo{
        position: absolute;
        top: 5px;
        left: 30px;
    }

    .nav-link{
        flex-direction: column;
        width: 100%;
        height: 100vh;
        justify-content: center;
        background-color: #325318;
        margin-top: -2000px;
        transition: all 0.5s ease;
    }
    .nav-link a{
        color: rgb(255, 255, 255);
    }
    .mobile-menu{
        margin-top: 0px;
        border-bottom-right-radius: 30%; 
    }
    .nav-link li{
        margin: 30px auto;
    }

    .nav-link i{
        margin: 30px auto;
        color: #fff;
    }

    .menu-icon {
        /* position: fixed; */
        top: 10px;
        right: 10px;
        display: block;
        color: #000000;
        cursor: pointer;
    }

    .page-header {
        margin-top: 10px;
    }

}

.page-header {
    background:#FAFAFA;
    background-size: cover;
    background-position: center;
}


.page-header .breadcrumb-item a{
    color: #000;
}

.footer{
	background-color: #24262b;
    padding: 70px 4%;
    margin-top: 10%;
}
.footer-col{
   width: 25%;
   padding: 0 15px;
}
.footer-col h4{
	font-size: 18px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}
.footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: #57a617;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}
.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer-col ul li a{
	font-size: 16px;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: #bbbbbb;
	display: block;
	transition: all 0.3s ease;
}
.footer-col ul li a:hover{
	color: #ffffff;
	padding-left: 8px;
}
.footer-col .social-links a{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255,255,255,0.2);
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
	color: #24262b;
	background-color: #57a617;
}

/*responsive*/
@media(max-width: 767px){
  .footer-col{
    width: 50%;
    margin-bottom: 100px;
}
}
@media(max-width: 574px){
  .footer-col{
    width: 100%;
}
}
@media(max-width: 961px){
    .footer{
        background-color: #24262b;
        padding: 70px 4%;
        margin-top: 30%;
    }
}
@media(max-width: 900px){
    .footer{
        margin-top: 65%;
    }
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
    width: 100%;
    background: #fff;
  }
  
  .contact .info i {
    font-size: 20px;
    color: #000000;
    float: left;
    width: 44px;
    height: 44px;
    background: #e3f0fa;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
  }
  
  .contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #124265;
  }
  
  .contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #000;
  }
  
  .contact .info .email,
  .contact .info .phone {
    margin-top: 40px;
  }
  
  .contact .info .email:hover i,
  .contact .info .address:hover i,
  .contact .info .phone:hover i {
    background: #57a617;
    color: #fff;
  }
  
  
  
  .contact  input,
  .contact  textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 4px;
  }
  
  .contact  input:focus,
  .contact  textarea:focus {
    border-color: #000;
  }
  
  .contact input {
    height: 44px;
  }
  
  .contact  textarea {
    padding: 10px 12px;
  }
  
.contact  button {
  background: #57a617;
  border: 0;
  padding: 10px 30px;
  color: #000000;
  transition: 0.4s;
  border-radius: 4px;
}

.contact  button a{
  color: #000;
}
  
.contact  button:hover {
  background: #000000;
}

.contact  button:hover a{
  color: #fff;
}
  
  

  .mt-5 h3{
    margin-bottom: 50px;
  }

  .mt-5 .h3{
    margin-bottom: 0px;
  }

  .mt-5 p{
    margin-bottom: 50px;
  }

  .touch_row {
    margin-top: 130px;
  }

  .touch_h3{
    position: relative;
    top: 84px;
  }